projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e007633
)
video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
author
Simon Glass
<
[email protected]
>
Wed, 17 Feb 2016 01:09:19 +0000
(18:09 -0700)
committer
Tom Warren
<
[email protected]
>
Wed, 17 Feb 2016 20:36:16 +0000
(13:36 -0700)
This new feature causes a Kconfig warning on boards without a display
enabled. Fix this.
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Anatolij Gustschin <
[email protected]
>
Tested-by: Stephen Warren <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
arch/arm/mach-tegra/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/Kconfig
b/arch/arm/mach-tegra/Kconfig
index 3540edab9adbe06b25643cc88700525c8254d587..ba6983f3dfd3ab7fdbaa88b6ba93994ed96c53c1 100644
(file)
--- a/
arch/arm/mach-tegra/Kconfig
+++ b/
arch/arm/mach-tegra/Kconfig
@@
-14,7
+14,7
@@
config TEGRA_COMMON
select DM_SPI
select DM_SPI_FLASH
select OF_CONTROL
- select VIDCONSOLE_AS_LCD
+ select VIDCONSOLE_AS_LCD
if DM_VIDEO
config TEGRA_ARMV7_COMMON
bool "Tegra 32-bit common options"